baubs git
Commits refactor/extract-color-block-helpers (101f46e6)
101f46e Jan-Henrik Bruhn 2025-12-27 17:21:42 - 7 months ago
refactor: Extract color block calculation logic to utility module
d213ab4 Jan-Henrik Bruhn 2025-12-27 17:14:54 - 7 months ago
Merge pull request #58 from jhbruhn/feature/react-memo-optimization
77ec00d Jan-Henrik Bruhn 2025-12-27 17:11:31 - 7 months ago
fix: Remove ineffective React.memo from PatternCanvas
512eb73 Jan-Henrik Bruhn 2025-12-27 17:04:48 - 7 months ago
feature: Enhance Konva rendering with React.memo optimization
957a3f0 Jan-Henrik Bruhn 2025-12-27 17:02:11 - 7 months ago
Merge pull request #57 from jhbruhn/fix/memoize-pattern-canvas-calculations
65275c0 Jan-Henrik Bruhn 2025-12-27 16:56:26 - 7 months ago
fix: Add memoization to PatternCanvas expensive computations
89bc55b Jan-Henrik Bruhn 2025-12-27 16:43:19 - 7 months ago
Merge pull request #56 from jhbruhn/refactor/extract-sub-components
095c879 Jan-Henrik Bruhn 2025-12-27 16:41:58 - 7 months ago
fix: Address Copilot review feedback
681ce22 Jan-Henrik Bruhn 2025-12-27 16:27:17 - 7 months ago
refactor: Extract FileUpload sub-components and utilities
dade724 Jan-Henrik Bruhn 2025-12-27 16:22:12 - 7 months ago
refactor: Extract ProgressMonitor sub-components and utilities
2de8cd1 Jan-Henrik Bruhn 2025-12-27 13:22:14 - 7 months ago
refactor: Extract WorkflowStepper sub-components and utilities
ec19426 Jan-Henrik Bruhn 2025-12-27 13:05:19 - 7 months ago
Merge pull request #55 from jhbruhn/feature/40-comprehensive-hooks-library
d98a19b Jan-Henrik Bruhn 2025-12-27 13:04:03 - 7 months ago
fix: Address GitHub Copilot review feedback
eff8e15 Jan-Henrik Bruhn 2025-12-27 12:48:49 - 7 months ago
fix: Resolve TypeScript strict mode errors in hook tests
f2b01c5 Jan-Henrik Bruhn 2025-12-27 12:40:47 - 7 months ago
feature: Add comprehensive test suite for custom hooks
0db0bcd Jan-Henrik Bruhn 2025-12-27 12:29:01 - 7 months ago
fix: Resolve TypeScript import paths and type errors in hooks refactor
e1aadc9 Jan-Henrik Bruhn 2025-12-27 12:19:12 - 7 months ago
feature: Create comprehensive custom hooks library (WIP)
2372278 Jan-Henrik Bruhn 2025-12-27 12:00:58 - 7 months ago
Merge pull request #54 from jhbruhn/refactor/36-improve-useeffect-with-useprevious
705815a Jan-Henrik Bruhn 2025-12-27 11:59:42 - 7 months ago
fix: Provide initial value to useRef in usePrevious hook
757e0cd Jan-Henrik Bruhn 2025-12-27 11:55:32 - 7 months ago
fix: Address PR review feedback for usePrevious implementation
7baf03e Jan-Henrik Bruhn 2025-12-27 11:46:45 - 7 months ago
refactor: Improve useEffect patterns in AppHeader with usePrevious hook
03ba6c7 Jan-Henrik Bruhn 2025-12-27 11:41:09 - 7 months ago
Merge pull request #53 from jhbruhn/refactor/39-separate-fileupload-business-logic
e63a96b Jan-Henrik Bruhn 2025-12-27 11:39:48 - 7 months ago
fix: Address PR review comments
c905c4f Jan-Henrik Bruhn 2025-12-27 11:36:04 - 7 months ago
refactor: Extract business logic from FileUpload into custom hooks
91bc028 Jan-Henrik Bruhn 2025-12-26 23:30:24 - 7 months ago
Merge pull request #52 from jhbruhn/fix/38-store-initialization-side-effects
e44bea1 Jan-Henrik Bruhn 2025-12-26 23:29:08 - 7 months ago
fix: Remove module-level side effect from useMachineStore initialization
851d37c Jan-Henrik Bruhn 2025-12-26 23:23:39 - 7 months ago
Merge pull request #51 from jhbruhn/refactor/31-split-machine-store
2b5e925 Jan-Henrik Bruhn 2025-12-26 23:21:25 - 7 months ago
feature: Refactor useMachineStore into focused stores
4891819 Jan-Henrik Bruhn 2025-12-26 22:59:08 - 7 months ago
Merge pull request #50 from jhbruhn/fix/32-optimize-stitch-rendering
381d8e6 Jan-Henrik Bruhn 2025-12-26 22:57:40 - 7 months ago
fix: Optimize stitch rendering performance for large patterns
a3cb6a4 Jan-Henrik Bruhn 2025-12-26 22:50:57 - 7 months ago
Merge pull request #49 from jhbruhn/fix/48-cached-pattern-disappears-on-reconnect
03ffe7f Jan-Henrik Bruhn 2025-12-26 22:50:02 - 7 months ago
fix: formatting
2b5e1d7 Jan-Henrik Bruhn 2025-12-26 22:48:25 - 7 months ago
fix: Store original and uploaded pattern data to prevent rotation inconsistencies
3ec9dda Jan-Henrik Bruhn 2025-12-26 21:55:07 - 7 months ago
Merge pull request #47 from jhbruhn/fix/30-eslint-hook-rules-useCanvasViewport
e8f5c90 Jan-Henrik Bruhn 2025-12-26 21:49:58 - 7 months ago
fix: Refactor useCanvasViewport to eliminate ESLint hook warnings
446f1b0 Jan-Henrik Bruhn 2025-12-26 21:34:54 - 7 months ago
Merge pull request #29 from jhbruhn/fix/state-during-render-usePatternTransform
47e32ef Jan-Henrik Bruhn 2025-12-26 21:33:32 - 7 months ago
fix: Resolve state-during-render anti-pattern in usePatternTransform
7fd31d2 Jan-Henrik Bruhn 2025-12-25 21:55:07 - 7 months ago
Merge pull request #28 from jhbruhn/feature/pattern-rotation
213be46 Jan-Henrik Bruhn 2025-12-25 21:54:38 - 7 months ago
Merge pull request #27 from jhbruhn/fix/error-badge-auto-popup
786464c Jan-Henrik Bruhn 2025-12-25 21:53:28 - 7 months ago
fix: TypeScript build errors in WorkflowStepper and errorCodeHelpers
e92c9f9 Jan-Henrik Bruhn 2025-12-25 21:49:46 - 7 months ago
fix: Remove debug logs and refactor with utility functions
271229c Jan-Henrik Bruhn 2025-12-25 21:49:33 - 7 months ago
fix: Correct center pattern button calculation for Konva pivot points
a97439d Jan-Henrik Bruhn 2025-12-25 21:37:34 - 7 months ago
fix: Refactor KonvaComponents and remove unused rotation code
469c08d Jan-Henrik Bruhn 2025-12-25 21:29:24 - 7 months ago
feature: Create unified PatternLayer component to eliminate duplication
99d32f9 Jan-Henrik Bruhn 2025-12-25 21:24:46 - 7 months ago
feature: Extract canvas state management into custom React hooks
b008fd3 Jan-Henrik Bruhn 2025-12-25 21:19:20 - 7 months ago
feature: Extract PatternCanvas display components into reusable modules
07275fa Jan-Henrik Bruhn 2025-12-25 21:15:05 - 7 months ago
feature: Refactor PatternCanvas with utility functions and folder structure
d813c22 Jan-Henrik Bruhn 2025-12-25 21:06:48 - 7 months ago
feature: Add pattern rotation with Konva Transformer
dabfa3b Jan-Henrik Bruhn 2025-12-25 16:48:47 - 7 months ago
feature: Add error badge with auto-opening popover for machine errors
ea87964 Jan-Henrik Bruhn 2025-12-22 12:06:00 - 7 months ago
Merge pull request #26 from jhbruhn/fix/skeleton-fixes
943f117 Jan-Henrik Bruhn 2025-12-22 12:03:49 - 7 months ago
style: Apply linter auto-fixes
5aa4e15 Jan-Henrik Bruhn 2025-12-22 12:00:54 - 7 months ago
fix: Improve destructive Alert variant styling
4593b66 Jan-Henrik Bruhn 2025-12-22 11:59:02 - 7 months ago
fix: Restore correct destructive variant colors
469d986 Jan-Henrik Bruhn 2025-12-22 11:54:30 - 7 months ago
fix: Apply chart/catalogNumber duplicate detection to all components
6e38ba8 Jan-Henrik Bruhn 2025-12-22 11:52:18 - 7 months ago
fix: Prevent button activation during post-upload state synchronization
b995eb8 Jan-Henrik Bruhn 2025-12-22 11:11:47 - 7 months ago
fix: Update PatternInfoSkeleton to match actual PatternInfo layout
9337fdf Jan-Henrik Bruhn 2025-12-22 11:07:20 - 7 months ago
fix: Adjust shadcn config
93ca7ea Jan-Henrik Bruhn 2025-12-21 20:54:14 - 7 months ago
Merge pull request #25 from jhbruhn/feature/brother-color-mapping
69eb7c9 Jan-Henrik Bruhn 2025-12-21 20:52:32 - 7 months ago
feature: Add RGB color matching for Brother thread identification
32e96d7 Jan-Henrik Bruhn 2025-12-21 20:37:32 - 7 months ago
feature: Add Brother thread color mapping to PES importer
72c6cf6 Jan-Henrik Bruhn 2025-12-21 13:50:02 - 7 months ago
Merge pull request #24 from jhbruhn/fix/pattern-time-calculation
d2bcf60 Jan-Henrik Bruhn 2025-12-21 13:48:19 - 7 months ago
fix: Correct total time calculation and add detailed logging
91d248d Jan-Henrik Bruhn 2025-12-21 13:34:20 - 7 months ago
Merge pull request #23 from jhbruhn/feature/shadcn
a0cb6d1 Jan-Henrik Bruhn 2025-12-21 13:32:13 - 7 months ago
fix: Prevent PatternCanvas overflow on small screens
a077dea Jan-Henrik Bruhn 2025-12-21 13:29:27 - 7 months ago
feature: Replace connection indicator with shadcn StatusIndicator
4992c33 Jan-Henrik Bruhn 2025-12-21 13:20:12 - 7 months ago
feature: Migrate ProgressMonitor color blocks to shadcn ScrollArea
47c36f9 Jan-Henrik Bruhn 2025-12-21 00:25:29 - 7 months ago
Merge pull request #22 from jhbruhn/feature/shadcn
8ad8d7c Jan-Henrik Bruhn 2025-12-21 00:24:04 - 7 months ago
fix: tw animate css
8b6eb59 Jan-Henrik Bruhn 2025-12-21 00:16:52 - 7 months ago
feature: Add shadcn Tooltips to AppHeader for better UX
e1a64e9 Jan-Henrik Bruhn 2025-12-21 00:09:53 - 7 months ago
fix: Filter out error code 0xDD from error display
0e84f7e Jan-Henrik Bruhn 2025-12-21 00:07:56 - 7 months ago
fix: Add eslint ignore for shadcn component utility exports
5849a1e Jan-Henrik Bruhn 2025-12-21 00:06:38 - 7 months ago
feature: Migrate ErrorPopover to shadcn Popover component
621de91 Jan-Henrik Bruhn 2025-12-21 00:02:22 - 7 months ago
fix: Improve theme color definitions and dark mode styling
1820bcd Jan-Henrik Bruhn 2025-12-20 23:13:09 - 7 months ago
feature: Migrate ConfirmDialog and BluetoothDevicePicker to shadcn dialogs
3ca5edf Jan-Henrik Bruhn 2025-12-20 23:03:38 - 7 months ago
fix: Run prettier formatting on all components
7cf4a5d Jan-Henrik Bruhn 2025-12-20 20:12:40 - 7 months ago
feature: Migrate PatternCanvas to shadcn/ui and rename placeholder
bb066d7 Jan-Henrik Bruhn 2025-12-20 20:05:13 - 7 months ago
feature: Migrate PatternPreviewPlaceholder to shadcn Card
93cca6d Jan-Henrik Bruhn 2025-12-20 20:01:25 - 7 months ago
feature: Migrate ProgressMonitor to shadcn/ui and improve styling
054524c Jan-Henrik Bruhn 2025-12-20 19:52:16 - 7 months ago
feature: Enhance PatternInfo with Tooltip and improve card layouts
2544504 Jan-Henrik Bruhn 2025-12-20 19:41:17 - 7 months ago
feature: Update ConnectionPrompt to use shadcn Card component
ed3950b Jan-Henrik Bruhn 2025-12-20 19:38:27 - 7 months ago
feature: Migrate FileUpload to shadcn/ui and fix dark mode
bd80e95 Jan-Henrik Bruhn 2025-12-20 15:44:51 - 7 months ago
feature: Migrate SkeletonLoader and PatternSummaryCard to shadcn/ui
365b0c7 Jan-Henrik Bruhn 2025-12-20 15:41:33 - 7 months ago
feature: Migrate AppHeader buttons and badges to shadcn/ui
08532d0 Jan-Henrik Bruhn 2025-12-20 15:33:02 - 7 months ago
feature: Add shadcn/ui component library and migrate ConnectionPrompt
d31cb2f Jan-Henrik Bruhn 2025-12-19 12:55:01 - 7 months ago
Merge pull request #21 from jhbruhn/fix/security-headers-and-csp
1084633 Jan-Henrik Bruhn 2025-12-19 12:52:34 - 7 months ago
fix: Add file path validation with dialog-based approval
8e84cbf Jan-Henrik Bruhn 2025-12-19 12:43:54 - 7 months ago
fix: Implement Content Security Policy and secure COOP/COEP headers
a253901 Jan-Henrik Bruhn 2025-12-18 11:39:22 - 7 months ago
fix: run linter
20b8d47 Jan-Henrik Bruhn 2025-12-18 11:37:47 - 7 months ago
feature: add prettier to eslint
a4fc959 Jan-Henrik Bruhn 2025-12-18 11:27:58 - 7 months ago
fix: slightly shorten homing message
7c2172f Jan-Henrik Bruhn 2025-12-18 11:26:25 - 7 months ago
fix: Remove unused src/assets directory
6b3752c Jan-Henrik Bruhn 2025-12-18 10:21:54 - 7 months ago
fix: Remove unused pyodideLoader file
444e31a Jan-Henrik Bruhn 2025-12-17 21:49:57 - 7 months ago
ci: run smaller tasks on slim runners
346e81a Jan-Henrik Bruhn 2025-12-17 21:47:25 - 7 months ago
ci: run draft release on ubuntu-slim
8ae52a7 Jan-Henrik Bruhn 2025-12-17 21:45:17 - 7 months ago
Merge pull request #20 from jhbruhn/feature/unified-color-system
ab9b22b Jan-Henrik Bruhn 2025-12-17 21:43:36 - 7 months ago
feature: Implement unified semantic color system with Tailwind v4
a275f72 Jan-Henrik Bruhn 2025-12-17 12:28:29 - 7 months ago
Merge pull request #19 from jhbruhn/fix/fallback-to-pen-stitch-count
38afe33 Jan-Henrik Bruhn 2025-12-17 12:27:34 - 7 months ago
style: Apply linter formatting to useMachineStore
a6868ae Jan-Henrik Bruhn 2025-12-17 12:26:49 - 7 months ago
chore: Remove unused useBrotherMachine hook
bc46fe0 Jan-Henrik Bruhn 2025-12-17 12:19:24 - 7 months ago
fix: Calculate time correctly per color block using Brother formula
Page 1 | Older ยป
Served by rngit 1.3.3 - Generated in 0.02s